home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD>
- <LINK rel="stylesheet" href="%3/html/en/css/admin.css" type="text/css">
- <script src="%4/html/en/js/cookie.js"></script>
- </HEAD>
-
- <BODY onload="Initialize();">
-
- <DIV ID="tooltip" STYLE="position:absolute;visibility:hidden;z-index:99;"></DIV>
-
- <SCRIPT SRC="%5/html/en/js/helps.js"></SCRIPT>
- <SCRIPT SRC="%6/html/en/js/tips.js"></SCRIPT>
-
- <SCRIPT language=Javascript>
- function Initialize() {
- if(GetCookie('Admin_logonForm_usr') != null)
- document.logonForm.apsuser.value = GetCookie('Admin_logonForm_usr');
- var authtype;
- authtype = GetCookie('Admin_logonForm_auth');
-
- if(authtype != null)
- {
- if(authtype == "NT")
- {
- document.logonForm.apsauthtype.options[0].selected = false;
- document.logonForm.apsauthtype.options[1].selected = true;
- }
- else
- {
- document.logonForm.apsauthtype.options[0].selected = true;
- document.logonForm.apsauthtype.options[1].selected = false;
- }
- }
- }
-
- function FormSubmit() {
- var expdate = new Date ();
- expdate.setTime(expdate.getTime() + (24 * 60 * 60 * 1000 * 365));
-
- if(document.logonForm.apsuser.value.length != 0) {
- SetCookie('Admin_logonForm_usr', document.logonForm.apsuser.value, expdate, null, null, false);
- };
-
- var authtype = "Enterprise";
- if(document.logonForm.apsauthtype.options[1].selected)
- authtype = "NT";
- SetCookie('Admin_logonForm_auth', authtype, expdate, null, null, false);
-
- document.forms['logonForm'].submit();
- }
- </SCRIPT>
-
- <h3>%7</h3>
- <p> <p>
-
- <CENTER>
-
- <TABLE width=60%>
- <tr><td align=justify>
- <b>%8</b>
- <p>
- (If you are unsure of your account information, contact your system administrator.)
- </td></tr>
- </TABLE>
-
- <FORM name=logonForm action="%1" method=POST>
- <!-- hidden fields begin -->
- %2
- <!-- hidden fields end -->
- <TABLE width=50%>
- <TABLE width=50%>
- <tr><td>APS Name: </td><td>%9</td></tr>
- <tr><td>Authentication Type</td>
- <td><select name="apsauthtype" size=1 width=250>
- %10
- </select></td></tr>
- <tr><td>User Name</td><td><input type=text size=30 name="apsuser" value=""></td></tr>
- <tr><td>Password</td><td><input type=password size=30 name="apspassword" value=""></td></tr>
- <tr><td colspan=2 align=right>
- <table>
- <tr><td class="clsButton"><div class="clsButton">
- <a href="javascript:FormSubmit();" onMouseOver="St(200);window.status='';return true;" onMouseOut="Ht()">Log On</a>
- </div></td>
- </table>
- </td></tr>
- </TABLE>
- </FORM>
- </CENTER>
-
- </BODY>
- </HTML>
-